home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Speech Synthesis Manager / Scripting / Read Me next >
Encoding:
Text File  |  1996-11-11  |  437 b   |  6 lines  |  [TEXT/ttxt]

  1. The "Say" file goes in the Scripting Additions folder in the Extensions folder.  This adds text-to-speech functionality to AppleScript.  The format of the script statement is:
  2.  
  3. say <text to say> [using <voice>] [display <text to display>]
  4.  
  5. The <text to display> argument will be displayed in the speech recognition feedback window if speech recognition is running and the feedback window is active.  Otherwise, that argument is ignored.
  6.